/* .form {
  width: 400px;
} */
.login-main{
    /* height: 500px; */
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: max-content;
}
.form-label {
  font-size: 20px;
  font-weight: 400;
}
.button {
  width: 400px;
  margin-top: 14px;
  margin-bottom: 18px;
} 

.login-logo {
  height: 150px;
  width: 329px;
  margin-top: 50px;
}
.label{
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 10px;

}
.sign-box{
  padding: 10px;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  border-radius: 10px;
}
.side-img {
  height: 100vh;
  width: 100%;
  margin-left: -171px;
  position: relative;

}
.login-title {
  font-size: 17px;
  padding-top: 20px;
}

.side-title {
  font-size: 60px;
  font-weight: 700;
  position: absolute;
  bottom: 50%;
  color: white;
  margin-left: -50px;
}

.side-t {
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  bottom: 40%;
  display: flex;
  justify-content: 'center';
  align-items: 'center';
  color: white;
  margin-left: -50px;
}
.side-tele{
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  display: flex;
  justify-content: 'center';
  align-items: 'center';
  bottom: 30%;
  color: white;
  margin-left: -50px;
}
.side-ti {
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  display: flex;
  justify-content: 'center';
  align-items: 'center';
  bottom: 35%;
  color: white;
  margin-left: -50px;
}
.side-foot{
  font-size: 20px;
  font-weight: 200;
  position: absolute;
  display: flex;
  justify-content: 'center';
  align-items: 'center';
  bottom: 5%;
  color: white;
  margin-left: -50px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .login-logo {
    height: 150px;
    width: 240px;
  }
  .login-title {
    font-size: 16px;
    width: 280px;
    margin-left: 0px;
  }
  .button {
    width: 230px;
  }
  .side-main {
    display: none;
  }
  
  
}
@media (min-width: 481px) and (max-width: 767px) {
  .login-logo {
    height: 200px;
    width: 370px;
  }
  .login-title {
    font-size: 20px;
  }
  .side-main {
    display: none;
  }
  .label{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
  
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  
  .login-title {
    font-size: 35px;
    width: 600px;
    margin-left: 0px;
  }
  .form {
    width: 600px;
  }
  .label{
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
  
  }
  .button {
    width: 370px;
  }
  .side-main {
    display: none;
  }
  .login-main {
    margin-left: 20px;
  }
}
